home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import com.sun.java.swing.event.ListSelectionEvent;
- import com.sun.java.swing.event.ListSelectionListener;
-
- class BasicComboPopup$ListSelListener implements ListSelectionListener {
- // $FF: synthetic field
- BasicComboPopup this$0;
-
- public void valueChanged(ListSelectionEvent e) {
- if (this.this$0.isVisible() && !this.this$0.valueIsAdjusting && !e.getValueIsAdjusting()) {
- this.this$0.comboBox.setSelectedIndex(this.this$0.list.getSelectedIndex());
- }
-
- }
-
- // $FF: synthetic method
- BasicComboPopup$ListSelListener(BasicComboPopup this$0) {
- this.this$0 = this$0;
- }
- }
-